home *** CD-ROM | disk | FTP | other *** search
- /*
- File: OTVDevice.h
-
- Contains: Definitions for Open Transport networking virtual device.
-
- Written by: Erik Staats
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <FW3> 6/20/96 ES Made this look more like a .i generated interface.
- <FW2> 3/12/96 ES Fill in contains and written by fields.
- <FW1> 3/12/96 ES first checked in
-
- */
-
- #ifndef __OTVDevice__
- #define __OTVDevice__
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #if PRAGMA_IMPORT_SUPPORTED
- #pragma import on
- #endif
-
- #if PRAGMA_ALIGN_SUPPORTED
- #pragma options align=mac68k
- #endif
-
- #if PRAGMA_ALIGN_SUPPORTED
- #pragma options align=reset
- #endif
-
- #if PRAGMA_IMPORT_SUPPORTED
- #pragma import off
- #endif
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /* __OTVDevice__ */
-